home *** CD-ROM | disk | FTP | other *** search
/ Gear Audio / Gear Audio CD-ROM.iso / csav / dos / se_util.exe / READ1ST.TXT < prev    next >
Encoding:
Text File  |  1998-03-05  |  3.7 KB  |  114 lines

  1. ═════════════════════════════
  2. ««  SE_UTIL.EXE v04.03.05A »»
  3. ═════════════════════════════
  4.  
  5. *****  SEE NEW.TXT FOR NEW FEATURES/BUG FIXES!!! *****
  6. *****  SEE NEW.TXT FOR NEW FEATURES/BUG FIXES!!! *****
  7. *****  SEE NEW.TXT FOR NEW FEATURES/BUG FIXES!!! *****
  8.  
  9. This utility package provides the system administrator with
  10. the ability to update users in a multi-platform environment
  11. to the latest version of Command AntiVirus.
  12.  
  13. ╔═════════════════════════════════════════════════╗
  14. ║«« Placing FP on the Server for distribution »»  ║
  15. ╚═════════════════════════════════════════════════╝
  16. 1)  Download the SE_UTIL.EXE file and place it in a directory
  17. (by itself) on the administrator's workstation.
  18.  
  19. 2)  Type:
  20.     SE_UTIL [ENTER]
  21.  
  22. This is a self-extracting file that creates the following files:
  23.  
  24.     SETTUP.BAT
  25.     CROSSPLT.EXE
  26.     READ1ST.TXT
  27.         NEW.TXT
  28.     SE_UTIL.DOC
  29.  
  30. 3)  Type:
  31.     SETTUP.BAT [SERVER DRIVE]: [ENTER]
  32.  
  33. This creates UPGRADE and UPDATE sub-directories on the local drive
  34. and places the necessary batch files on the server drive.
  35.  
  36. If you typed
  37.  
  38.     SETTUP S:
  39.  
  40. would create the directories S:\CSS\ANTIVIR\ and the ANTIVIR directory
  41. would contain shared batch files used for the updating process.
  42.  
  43. You will then be prompted to set the configurations for the end-user
  44. updating. See bottom of this for more information on SECONFIG.BAT
  45.  
  46.  
  47. 4a) If you have downloaded Command AntiVirus from our BBS or FTP site,
  48. GOTO SECTION 4b.
  49. Place the Command AntiVirus product diskette 1 into drive A: and then
  50. change into the UPGRADE directory on the administrator's workstation and
  51. type:
  52.  
  53.     UPGRADE [server drive]: [floppy drive]: [ENTER]
  54.  
  55. If you typed
  56.  
  57.     UPGRADE S: A:  [ENTER]
  58.  
  59. This would copy the files from the A: drive to the S: server drive into its
  60. respective operating system platform's directory. For example:
  61.  
  62.     S:\CSS\ANTIVIR\FPW\SETUP     This contains Command AntiVirus for DOS/Win3.x
  63.     S:\CSS\ANTIVIR\FPW95\SETUP   This contains Command AntiVirus for Win95
  64.  
  65. This is handled by the internal diskette label. If it is disk #1 of Command
  66. Antivirus for Dos/Windows 3.x, the diskette label would indicate FPW-1. If it
  67. is disk #2 of Command AntiVirus for Windows 95, the diskette label would indicate
  68. FPW95-2 and so on.
  69.  
  70. [   FOR WINDOWS NT, PLEASE SEE SE_UTIL.DOC for more information    ]
  71.  
  72.  
  73.  
  74. « SKIP TO UPGRADING THE USER »
  75.  
  76.  
  77. 4b) After downloading Command AntiVirus, place it in a unique temporary
  78. working area and extract it by typing its self-extracting file name.
  79.  
  80. 5) Use ONEDISK.BAT to place the downloaded copy into the directory on the
  81. server that will contain the installable copy. Use the following table for
  82. proper syntax (SUBSTITUTE THE CORRECT SERVER DRIVE LETTER):
  83.  
  84.      Command AntiVirus for DOS/Win3.x      ONEDISK S:\CSS\ANTIVIR\FPW\SETUP
  85.      Command AntiVirus for Win95           ONEDISK S:\CSS\ANTIVIR\FPW95\SETUP
  86.  
  87. [   FOR WINDOWS NT, PLEASE SEE SE_UTIL.DOC for more information    ]
  88.  
  89.  
  90. ╔══════════════════════════╗
  91. ║««  Upgrading the User  »»║
  92. ╚══════════════════════════╝
  93. 1) To test the upgrading procedure, change into the \CSS\ANTIVIR\
  94. directory on the shared server and type:
  95.  
  96.     CHECK  [ENTER]
  97.  
  98. This will examine your workstation and install the appropriate
  99. software.   If this test works properly, the administrator can
  100. place this command in the Novell NetWare login script.
  101.  
  102. #COMMAND /E:1024 /C S:\CSS\ANTIVIR\CHECK.BAT
  103.  
  104. If using Client32, use the following syntax
  105. @COMMAND /E:1024 /C S:\CSS\ANTIVIR\CHECK.BAT
  106.  
  107. (*** See SE_UTIL.DOC for more help with login scripts ***)
  108.  
  109. NT login scripts, use this syntax:
  110.  
  111. NET USE S: \\NTMAIN\NT40                     «-- this is an example
  112. CD S:\CSS\ANTIVIR
  113. CALL S:\CSS\ANTIVIR\CHECK2.BAT
  114.